929840
@@ -195,6 +195,8 @@
public static CryptoRandom getCryptoRandom(Properties props)
                 errorMessage.append("Class: [" + klassName + "] is not a CryptoRandom.");
             } catch (ClassNotFoundException e) {
                 errorMessage.append("CryptoRandom: [" + klassName + "] not found.");
+            } catch (Exception e) {
+                errorMessage.append("CryptoRandom: [" + klassName + "] failed with " + e.getMessage());
             }
         }
 
